Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
개요
#192
PR 유형
어떤 변경 사항이 있나요?
작업 내용
계층간 역할 분리 및 데이터 전달 방식 획일화
Gateway Layer (
GatewayGateway
)Service Layer (
GatewayService
)Domain Layer (
GameService
)response
GameState
room 모듈,세션과 game 모듈,세션 통합
게이트웨이(웹소켓)에서 발생하는 모든에러를 filter를 사용하여 처리하도록 변경
throw new WsException()
하면됨공유사항 to 리뷰어
최대한 모든 상황에 대해 테스트해보고 PR하는거지만 대대적인 리팩토링 이기에 혹시 놓친 버그가 있을 수 있습니다..! (머지후 테스트 필요)
PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.